func runtime.argv_index
7 uses
runtime (current package)
os_linux.go#L241: for argv_index(argv, n) != nil {
proc.go#L802: for argv_index(argv, argc+1+n) != nil {
proc.go#L807: p := argv_index(argv, argc+1+i)
runtime1.go#L63: func argv_index(argv **byte, i int32) *byte {
runtime1.go#L79: argslice[i] = gostringnocopy(argv_index(argv, i))
runtime1.go#L88: for argv_index(argv, argc+1+n) != nil {
runtime1.go#L94: envs[i] = gostring(argv_index(argv, argc+1+i))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |